home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / bit / src / forms / Makefile next >
Makefile  |  1994-08-01  |  189b  |  13 lines

  1. # This is a global make file that makes all the different
  2. # programs.
  3.  
  4. CC = cc
  5. CFLAGS = -O
  6. all:
  7.     (cd FORMS; make CC=$(CC) CFLAGS=$(CFLAGS) all)
  8.  
  9. empty:
  10.     (cd FORMS; make empty)
  11.  
  12. clean:empty
  13.